1) I'm having trouble getting linking to work. I'm trying to make a part displays one month of a calendar. I would like to link it with another instance of the same part so that when the user changes the month or year of the first, the second automatically updates to the month after the first. The calendar itself has no selectable content but I create a selection object that references the part content for enabling the Copy menu item and for the source link. After I put two instances of the calendar in ODF Table or ODF Draw, I copy the first, activate the second and "Paste As…" with automatic linking and merge into contents selected. The second gets updated correctly at this point. But any changes made after this to the first are not propagated to the second (i.e. DoUpdateLink is not called). I am calling the presentation's ContentUpdated method when the data in the first is changed.
2) It would be handy if FW_CPresentation::ContentUpdated called a new FW_CFrame::ContentUpdated method